home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / MULTIM / alarm10x / setup.exe / 0 / RCDATA / TPROGDIALOG / TPROGDIALOG.txt
Text File  |  1997-07-11  |  1KB  |  58 lines

  1. object ProgDialog: TProgDialog
  2.   Left = 189
  3.   Top = 397
  4.   BorderStyle = bsDialog
  5.   Caption = 'Install'
  6.   ClientHeight = 135
  7.   ClientWidth = 360
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Gauge1: TGauge
  17.     Left = 15
  18.     Top = 60
  19.     Width = 326
  20.     Height = 21
  21.     ForeColor = clHighlight
  22.     Progress = 0
  23.   end
  24.   object SourceLabel: TLabel
  25.     Left = 15
  26.     Top = 10
  27.     Width = 77
  28.     Height = 16
  29.     Caption = 'SourceLabel'
  30.     Font.Color = clBlack
  31.     Font.Height = -13
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.   end
  36.   object DestLabel: TLabel
  37.     Left = 15
  38.     Top = 35
  39.     Width = 62
  40.     Height = 16
  41.     Caption = 'DestLabel'
  42.     Font.Color = clBlack
  43.     Font.Height = -13
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ParentFont = False
  47.   end
  48.   object CancelButt: TButton
  49.     Left = 145
  50.     Top = 95
  51.     Width = 76
  52.     Height = 26
  53.     Caption = '&Cancel'
  54.     TabOrder = 0
  55.     OnClick = CancelButtClick
  56.   end
  57. end
  58.